FIRST ROBOTICS
|
||||||
For the 2004 FIRST robotics season, the task of programming the robot was made significantly more interesting and challenging with the switch from the PBASIC programming language to C. As well, the autonomous mode in which the robot navigates without driver intervention is now a much more integral part of the game- if the robot does not complete a certain task during autonomous, the whole alliance is at a significant disadvantage. Given the much more powerful platform now available for programming the robot, a change in last year's driver code and autonomous code was in order- and not just because of the language change. In 2003 and before, with space being scarce and the processor being slow, manipulations like joystick control were relatively simple, and didn't really enhance the drivers control over the robot. In 2004, the robo filters the input through several stages, including an efficient exponential algorithm, which provides much higher control over the track drive system. In terms of the autonomous code, 2004 is proving to be way ahead of 2003. In 2003, a simple 'dead reckoning' system was utilized, which didn't rely on any sensors (with tweaking, it worked fairly good, however). This year, the list of sensors is quite impressive: IR sensors mounted on servos to track beacons mounted on the side of the field, a yaw rate sensor, an accelerometer, current sensors to measure torque and motor speed, and a pressure sensor for the pneumatic system. Essentially all of these are being used to track the robot on a virtual grid, and the grid is used to provide a waypoint system. Given a simple list of coordinates and subsystem states (eg, whether the arms should be out or not), the autonomous code navigates to each coordinate location, and executes any other commands needed. To do this, it has to calculate the distance between the points, as well as the angle, which required the addition of a trig library to the code. Overall, the 2004 season has provided a much more interesting challenge for programming the robot- one can only imagine what will be required next year! Links: FIRST Robotics Website This year's BOOM presentation done by: Cornell Students: IHS Students: |
||||||
Funded in part by the SAFC |